Skip to content

Update Todo.py#393

Merged
jceb merged 1 commit intojceb:masterfrom
kondensatorn:bug-use-raw-string-literal
Nov 19, 2025
Merged

Update Todo.py#393
jceb merged 1 commit intojceb:masterfrom
kondensatorn:bug-use-raw-string-literal

Conversation

@kondensatorn
Copy link
Copy Markdown
Contributor

Use raw string for regexp, to avoid syntax warning about invalid escape sequence. This probably also caused the regexp as such to not work as intended.

Use raw string for regexp, to avoid syntax warning about invalid escape sequence.
This probably also caused the regexp as such to not work as intended.
@doak
Copy link
Copy Markdown

doak commented Nov 19, 2025

Stumbled over the same. Would be good have this integrated, since current master is "broken" (throws an error while loading an org file). I am not sure if this code is executed (yet), though.

@jceb jceb merged commit 4e5c8f9 into jceb:master Nov 19, 2025
@jceb
Copy link
Copy Markdown
Owner

jceb commented Nov 19, 2025

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants